Package-level declarations

Types

Link copied to clipboard
@Environment(value = EnvType.CLIENT)
public interface IStaffItemBakedModel implements BakedModel

A BakedModel of an item, which can be placed into the staff.

Link copied to clipboard
@Environment(value = EnvType.CLIENT)
public interface IStaffItemUnbakedModel implements UnbakedModel

An UnbakedModel of an item, which can be placed into a staff.

Link copied to clipboard
@Environment(value = EnvType.CLIENT)
public final class StaffItemBakedModel implements BakedModel, IStaffItemBakedModel

Default implementation of IStaffItemBakedModel, which returns itself as a model for each block state.

Link copied to clipboard
@Environment(value = EnvType.CLIENT)
public final class UnbakedBlockStateModel implements IStaffItemUnbakedModel

Default implementation of IStaffItemUnbakedModel.

Link copied to clipboard
@Environment(value = EnvType.CLIENT)
public final class UnbakedBlockStateModelSupplier implements Supplier<UnbakedBlockStateModel>

Convenience implementation of Supplier with the same parameters as UnbakedBlockStateModel.